home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Lib / addr / Makefile < prev    next >
Encoding:
Makefile  |  1991-12-18  |  5.2 KB  |  215 lines

  1. # Makefile to build the 822 addressing stuff
  2. #
  3. ############################################################
  4. #
  5. # @(#) $Header: /xtel/pp/pp-beta/Lib/addr/RCS/Makefile,v 6.0 1991/12/18 20:21:24 jpo Rel $
  6. #
  7. # $Log: Makefile,v $
  8. # Revision 6.0  1991/12/18  20:21:24  jpo
  9. # Release 6.0
  10. #
  11. #
  12. ############################################################
  13. #
  14. # Definitions
  15. #
  16. ############################################################
  17.  
  18.  
  19.  
  20. SRCS =  ap_1adr.c ap_dmflip.c ap_file.c ap_lex.c ap_lex_tb.c ap_norm.c \
  21.            ap_p2s.c ap_s2p.c ap_s2t.c ap_t2p.c ap_t2s.c ap_ut.c \
  22.        ap_val2str.c ap_s2s.c ap_equ.c
  23. OBJS =  ap_1adr.o ap_dmflip.o ap_file.o ap_lex.o ap_lex_tb.o ap_norm.o \
  24.            ap_p2s.o ap_s2p.o ap_s2t.o ap_t2p.o ap_t2s.o ap_ut.o \
  25.        ap_val2str.o ap_s2s.o ap_equ.o
  26. # DO NOT DELETE THIS LINE MAKE DEFINE NEEDS IT
  27.  
  28.  
  29. HEADERS         = ../../h
  30. CFLAGS          = $(LIBCCOPTIONS) -DAP_DEBUG -I$(HEADERS) $(LCF)
  31. LDFLAGS         = $(LDOPTIONS) $(LLF)
  32. LLFLAGS         = $(LINTFLAGS) -I$(HEADERS) -u
  33. SHADOW          = addr-made
  34. LINTLIBS        = ../charset/llib-lcs.ln \
  35.           ../format/llib-lfmt.ln \
  36.           ../io/llib-lio.ln \
  37.           ../or/llib-lor.ln \
  38.           ../parse/llib-lparse.ln \
  39.           ../pp/llib-lpp.ln \
  40.           ../qmgr/llib-lqmgr.ln \
  41.           ../table/llib-ltable.ln \
  42.           ../tai/llib-ltai.ln \
  43.           ../util/llib-lutil.ln \
  44.           ../x400/llib-lx400.ln
  45.  
  46.  
  47. ############################################################
  48. #
  49. # Building Rules
  50. #
  51. ############################################################
  52.  
  53. default: $(SHADOW)
  54.  
  55. $(SHADOW): $(OBJS)
  56.     $(AR) r$(ARFLAGS) ../libpp.a $?
  57.     touch $@
  58.  
  59. saber_src: $(SRCS)
  60.     #load -C $(CFLAGS) $(SRCS) $(LIBPP) $(LIBSYS)
  61.  
  62. saber_obj: $(OBJS) 
  63.     #load -C $(OBJS) $(LIBPP) $(LIBSYS)
  64.  
  65. lintlib: llib-laddr.ln
  66. llib-laddr.ln: $(SRCS)
  67.     $(LINT) $(LLFLAGS) -Caddr $(SRCS)
  68.  
  69. install:;
  70.  
  71. lint:
  72.     $(LINT) $(LLFLAGS) $(SRCS) $(LINTLIBS) $(LINTISODE)
  73.  
  74. clean: tidy
  75.     rm -f $(OBJS) llib-laddr.ln
  76. tidy:
  77.     rm -f core $(SHADOW) *.old  *.BAK
  78.  
  79. define:
  80.     $(DEFINE) Makefile
  81.  
  82. depend:
  83.     $(DEPEND) -I$(HEADERS) $(SRCS)
  84.  
  85. ############################################################
  86. #
  87. # End of building rules
  88. #
  89. ############################################################
  90.  
  91. # DO NOT DELETE THIS LINE MAKE DEPEND NEEDS IT
  92. # Dependencies follow
  93. ap_1adr.o: ap_1adr.c
  94. ap_1adr.o: ../../h/util.h
  95. ap_1adr.o: ../../h/config.h
  96. ap_1adr.o: ../../h/ll_log.h
  97. ap_1adr.o: ../../h/ap.h
  98. ap_1adr.o: ../../h/util.h
  99. ap_1adr.o: ../../h/ap_lex.h
  100. ap_dmflip.o: ap_dmflip.c
  101. ap_dmflip.o: ../../h/util.h
  102. ap_dmflip.o: ../../h/config.h
  103. ap_dmflip.o: ../../h/ll_log.h
  104. ap_file.o: ap_file.c
  105. ap_file.o: ../../h/util.h
  106. ap_file.o: ../../h/config.h
  107. ap_file.o: ../../h/ll_log.h
  108. ap_file.o: ../../h/ap.h
  109. ap_file.o: ../../h/util.h
  110. ap_lex.o: ap_lex.c
  111. ap_lex.o: ../../h/util.h
  112. ap_lex.o: ../../h/config.h
  113. ap_lex.o: ../../h/ll_log.h
  114. ap_lex.o: ../../h/ap.h
  115. ap_lex.o: ../../h/util.h
  116. ap_lex.o: ../../h/ap_lex.h
  117. ap_lex_tb.o: ap_lex_tb.c
  118. ap_lex_tb.o: ../../h/util.h
  119. ap_lex_tb.o: ../../h/config.h
  120. ap_lex_tb.o: ../../h/ll_log.h
  121. ap_lex_tb.o: ../../h/ap_lex.h
  122. ap_lex_tb.o: ../../h/ap.h
  123. ap_lex_tb.o: ../../h/util.h
  124. ap_norm.o: ap_norm.c
  125. ap_norm.o: ../../h/head.h
  126. ap_norm.o: ../../h/util.h
  127. ap_norm.o: ../../h/config.h
  128. ap_norm.o: ../../h/ll_log.h
  129. ap_norm.o: ../../h/retcode.h
  130. ap_norm.o: ../../h/chan.h
  131. ap_norm.o: ../../h/table.h
  132. ap_norm.o: ../../h/list_bpt.h
  133. ap_norm.o: ../../h/ap.h
  134. ap_norm.o: ../../h/util.h
  135. ap_p2s.o: ap_p2s.c
  136. ap_p2s.o: ../../h/util.h
  137. ap_p2s.o: ../../h/config.h
  138. ap_p2s.o: ../../h/ll_log.h
  139. ap_p2s.o: ../../h/chan.h
  140. ap_p2s.o: ../../h/table.h
  141. ap_p2s.o: ../../h/list_bpt.h
  142. ap_p2s.o: ../../h/ap.h
  143. ap_p2s.o: ../../h/util.h
  144. ap_s2p.o: ap_s2p.c
  145. ap_s2p.o: ../../h/util.h
  146. ap_s2p.o: ../../h/config.h
  147. ap_s2p.o: ../../h/ll_log.h
  148. ap_s2p.o: ../../h/ap_lex.h
  149. ap_s2p.o: ../../h/ap.h
  150. ap_s2p.o: ../../h/util.h
  151. ap_s2t.o: ap_s2t.c
  152. ap_s2t.o: ../../h/util.h
  153. ap_s2t.o: ../../h/config.h
  154. ap_s2t.o: ../../h/ll_log.h
  155. ap_s2t.o: ../../h/ap.h
  156. ap_s2t.o: ../../h/util.h
  157. ap_t2p.o: ap_t2p.c
  158. ap_t2p.o: ../../h/util.h
  159. ap_t2p.o: ../../h/config.h
  160. ap_t2p.o: ../../h/ll_log.h
  161. ap_t2p.o: ../../h/ap.h
  162. ap_t2p.o: ../../h/util.h
  163. ap_t2s.o: ap_t2s.c
  164. ap_t2s.o: ../../h/util.h
  165. ap_t2s.o: ../../h/config.h
  166. ap_t2s.o: ../../h/ll_log.h
  167. ap_t2s.o: ../../h/ap.h
  168. ap_t2s.o: ../../h/util.h
  169. ap_ut.o: ap_ut.c
  170. ap_ut.o: ../../h/util.h
  171. ap_ut.o: ../../h/config.h
  172. ap_ut.o: ../../h/ll_log.h
  173. ap_ut.o: ../../h/ap.h
  174. ap_ut.o: ../../h/util.h
  175. ap_val2str.o: ap_val2str.c
  176. ap_val2str.o: ../../h/util.h
  177. ap_val2str.o: ../../h/config.h
  178. ap_val2str.o: ../../h/ll_log.h
  179. ap_val2str.o: ../../h/ap.h
  180. ap_val2str.o: ../../h/util.h
  181. ap_s2s.o: ap_s2s.c
  182. ap_s2s.o: ../../h/util.h
  183. ap_s2s.o: ../../h/config.h
  184. ap_s2s.o: ../../h/ll_log.h
  185. ap_s2s.o: ../../h/ap.h
  186. ap_s2s.o: ../../h/util.h
  187. ap_equ.o: ap_equ.c
  188. ap_equ.o: ../../h/util.h
  189. ap_equ.o: ../../h/config.h
  190. ap_equ.o: ../../h/ll_log.h
  191. ap_equ.o: ../../h/ap.h
  192. ap_equ.o: ../../h/util.h
  193. ap_equ.o: ../../h/adr.h
  194. ap_equ.o: ../../h/list_rchan.h
  195. ap_equ.o: ../../h/chan.h
  196. ap_equ.o: ../../h/table.h
  197. ap_equ.o: ../../h/list_bpt.h
  198. ap_equ.o: ../../h/auth.h
  199. ap_equ.o: ../../h/list_bpt.h
  200. ap_equ.o: ../../h/extension.h
  201. ap_equ.o: ../../h/mta.h
  202. ap_equ.o: ../../h/adr.h
  203. ap_equ.o: ../../h/list_bpt.h
  204. ap_equ.o: ../../h/aparse.h
  205. ap_equ.o: ../../h/ap.h
  206. ap_equ.o: ../../h/or.h
  207. ap_equ.o: ../../h/chan.h
  208. ap_equ.o: ../../h/auth.h
  209. ap_equ.o: ../../h/list_rchan.h
  210. ap_equ.o: ../../h/chan.h
  211.  
  212. # DEPENDENCIES MUST END AT END OF FILE
  213. # IF YOU PUT STUFF HERE IT WILL GO AWAY
  214. # see make depend above
  215.